ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.DataEngine Assembly / GrapeCity.Enterprise.Data.DataEngine Namespace / DataTree.Scope<T> Class / Id Property

In This Topic
    Id Property (DataTree.Scope<T>)
    In This Topic
    Gets unique id of this scope. For non-interactive reports it could be zero valued.
    Syntax
    'Declaration
     
    Public ReadOnly Property Id As Integer
    public int Id {get;}
    Remarks
    This property is added primarily to simplify implementation of interactivity features.
    See Also